gdk: Add missing g-i annotations for gdk_surface_translate_coordinates
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 25 Jan 2021 19:05:52 +0000 (20:05 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 25 Jan 2021 19:18:33 +0000 (20:18 +0100)
gdk/gdksurface.c

index f6919f30287cfab662e54223f2893e9853e9b26e..d0dbf52b8571c8efa415624299686a44f300782f 100644 (file)
@@ -2960,8 +2960,8 @@ gdk_surface_request_motion (GdkSurface *surface)
  * gdk_surface_translate_coordinates:
  * @from: the origin surface
  * @to: the target surface
- * @x: coordinates to translate
- * @y: coordinates to translate
+ * @x: (out): coordinates to translate
+ * @y: (out): coordinates to translate
  *
  * Translates the given coordinates from being
  * relative to the @from surface to being relative